home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-03-05  |  3KB  |  125 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 263
  7.   ClientWidth = 373
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 351
  20.     Height = 201
  21.     BevelInner = bvLowered
  22.     BevelWidth = 2
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 10
  26.       Top = 10
  27.       Width = 179
  28.       Height = 127
  29.       AutoSize = True
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 12
  36.       Top = 144
  37.       Width = 329
  38.       Height = 29
  39.       Alignment = taCenter
  40.       AutoSize = False
  41.       Caption = 'Product Name'
  42.       Font.Color = clBlack
  43.       Font.Height = -20
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Version: TLabel
  50.       Left = 12
  51.       Top = 174
  52.       Width = 329
  53.       Height = 23
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Caption = 'Version'
  57.       Font.Color = clBlack
  58.       Font.Height = -17
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object CopyYear: TLabel
  65.       Left = 196
  66.       Top = 76
  67.       Width = 149
  68.       Height = 21
  69.       Alignment = taCenter
  70.       AutoSize = False
  71.       Caption = '1995'
  72.       Font.Color = clBlack
  73.       Font.Height = -15
  74.       Font.Name = 'Arial'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       IsControl = True
  78.     end
  79.     object Label1: TLabel
  80.       Left = 196
  81.       Top = 102
  82.       Width = 149
  83.       Height = 23
  84.       Alignment = taCenter
  85.       AutoSize = False
  86.       Caption = 'All Rights Reserved'
  87.       Font.Color = clBlack
  88.       Font.Height = -15
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       WordWrap = True
  93.       IsControl = True
  94.     end
  95.     object ShareLabel: TLabel
  96.       Left = 196
  97.       Top = 12
  98.       Width = 149
  99.       Height = 45
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Font.Color = clBlack
  103.       Font.Height = -15
  104.       Font.Name = 'Arial'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       IsControl = True
  108.     end
  109.   end
  110.   object Button1: TButton
  111.     Left = 156
  112.     Top = 220
  113.     Width = 81
  114.     Height = 33
  115.     Caption = '&Ok'
  116.     Font.Color = clBlack
  117.     Font.Height = -17
  118.     Font.Name = 'Arial'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 1
  122.     OnClick = Button1Click
  123.   end
  124. end
  125.